home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / daemons / dns / bind-4.9 / bind-4 / usr / man / man8 / named-xfer.8 next >
Encoding:
Text File  |  1995-08-04  |  3.4 KB  |  133 lines

  1.  
  2.  
  3.  
  4. NAMED-XFER(8)                                       NAMED-XFER(8)
  5.  
  6.  
  7. NNAAMMEE
  8.        named-xfer - ancillary agent for inbound zone transfers
  9.  
  10. SSYYNNOOPPSSIISS
  11.        nnaammeedd--xxffeerr  --zz  _z_o_n_e___t_o___t_r_a_n_s_f_e_r --ff _d_b___f_i_l_e --ss _s_e_r_i_a_l___n_o [
  12.        --dd _d_e_b_u_g_l_e_v_e_l ] [ --ll _d_e_b_u_g___l_o_g___f_i_l_e ] [ --tt _t_r_a_c_e___f_i_l_e ]  [
  13.        --pp _p_o_r_t_# ] [ --SS ] _n_a_m_e_s_e_r_v_e_r
  14.  
  15. DDEESSCCRRIIPPTTIIOONN
  16.        _N_a_m_e_d_-_x_f_e_r is an ancillary program executed by _n_a_m_e_d(8) to
  17.        perform an inbound zone transfer.  It is  rarely  executed
  18.        directly, and only by system administrators who are trying
  19.        to debug a zone transfer problem.  See RFC's  1033,  1034,
  20.        and  1035 for more information on the Internet name-domain
  21.        system.
  22.  
  23.        Options are:
  24.  
  25.        --zz     specifies the name of the zone to be transferred.
  26.  
  27.        --ff     specifies the name of the file into which the  zone
  28.               should  be dumped when it is received from the pri-
  29.               mary server.
  30.  
  31.        --ss     specifies the serial number of our current copy  of
  32.               this  zone.   If the SOA RR we get from the primary
  33.               server does not have a serial  number  higher  than
  34.               this, the transfer will be aborted.
  35.  
  36.        --dd     Print  debugging  information.   A number after the
  37.               ``d'' determines the level of messages printed.
  38.  
  39.        --ll     Specifies a log file for debugging  messages.   The
  40.               default  is  system-  dependent  but  is usually in
  41.               _/_v_a_r_/_t_m_p or _/_u_s_r_/_t_m_p.  Note that this only  applies
  42.               if _-_d is also specified.
  43.  
  44.        --tt     Specifies  a trace file which will contain a proto-
  45.               col trace of the zone transfer.  This  is  probably
  46.               only  of  interest  to  people  debugging  the name
  47.               server itself.
  48.  
  49.        --pp     Use a different port number.  The  default  is  the
  50.               standard  port  number  as  returned  by getservby-
  51.               name(3) for service ``domain''.
  52.  
  53.        --SS     Perform a restricted transfer of only the  SOA,  NS
  54.               records  and  glue  A records for the zone. The SOA
  55.               record will not be loaded by named but will be used
  56.               to  determine  when  to verify the NS records.  See
  57.               the ``stubs'' directive in _n_a_m_e_d(8) for more infor-
  58.               mation.
  59.  
  60.        Additional arguments are taken as name server addresses in
  61.  
  62.  
  63.  
  64.                           June 26, 1993                         1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. NAMED-XFER(8)                                       NAMED-XFER(8)
  71.  
  72.  
  73.        so-called ``dotted-quad'' syntax only; no  host  name  are
  74.        allowed  here.   At  least  one address must be specified.
  75.        Any additional addresses will be tried  in  order  if  the
  76.        first one fails to transfer to us successfully.
  77.  
  78. SSEEEE AALLSSOO
  79.        named(8),  resolver(3), resolver(5), hostname(7), RFC 882,
  80.        RFC 883, RFC 973, RFC 974, RFC 1033, RFC 1034,  RFC  1035,
  81.        RFC 1123, _N_a_m_e _S_e_r_v_e_r _O_p_e_r_a_t_i_o_n_s _G_u_i_d_e _f_o_r _B_I_N_D
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.                           June 26, 1993                         2
  131.  
  132.  
  133.